home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Mac Game Programming Gurus
/
TricksOfTheMacGameProgrammingGurus.iso
/
More Source
/
C⁄C++
/
Xconq 7.0d37
/
source
/
libcurses
/
v_maccur.r
< prev
Wrap
Text File
|
1994-12-27
|
1KB
|
37 lines
data 'DITL' (128) {
$"0001 0000 0000 0052 01A4 0066 01DE 0402" /* .......R.§.f.... */
$"4F4B 0000 0000 0000 0000 0048 01F4 8802" /* OK.........H..à. */
$"5E30" /* ^0 */
};
/* The following DITL is an example of one that can be used for "About..." */
data 'DITL' (129) {
$"0001 0000 0000 003E 00E7 0052 0121 0402" /* .......>...R.!.. */
$"4F4B 0000 0000 0001 0043 003B 012E 8824" /* OK.......C.;..à$ */
$"4375 7273 6573 2066 6F72 2074 6865 204D" /* Curses for the M */
$"6163 0D52 6F62 6572 7420 5A69 6D6D 6572" /* ac¬Robert Zimmer */
$"6D61 6E0D" /* man¬ */
};
data 'ALRT' (128) {
$"001B 0007 0087 01F9 0080 5555" /* .....á...ÄUU */
};
/* The following ALRT is also used to make the "About..." option. */
data 'ALRT' (129) {
$"0028 0028 007E 0163 0081 4444" /* .(.(.~.c.ÅDD */
};
data 'MBAR' (128) {
$"0001 0080" /* ...Ä */
};
data 'MENU' (128) {
$"0080 0000 0000 0000 0000 FFFF FFFB 0114" /* .Ä.............. */
$"0841 626F 7574 2E2E 2E00 0000 0001 2D00" /* .About........-. */
$"0000 0000" /* .... */
};